-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: wide_to_long should check for unique id vars (#16382) #16403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16403 +/- ##
==========================================
+ Coverage 90.41% 90.41% +<.01%
==========================================
Files 161 161
Lines 50997 50999 +2
==========================================
+ Hits 46107 46109 +2
Misses 4890 4890
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16403 +/- ##
==========================================
+ Coverage 90.42% 90.42% +<.01%
==========================================
Files 161 161
Lines 51023 51026 +3
==========================================
+ Hits 46138 46141 +3
Misses 4885 4885
Continue to review full report at Codecov.
|
pls add a whatsnew note (bug fix 0.20.2) |
thanks @Nuffe ! |
…andas-dev#16403) * BUG: wide_to_long should check for unique id vars (pandas-dev#16382) * Fix uncaught lint error * Add whatsnew note (bug fix) (cherry picked from commit 04356a8)
…andas-dev#16403) * BUG: wide_to_long should check for unique id vars (pandas-dev#16382) * Fix uncaught lint error * Add whatsnew note (bug fix)
git diff upstream/master --name-only -- '*.py' | flake8 --diff
Input validation: raise a ValueError in case
i
does not uniquely identify each row.